home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PChangeTypeAttr1.h --------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PChangeTypeAttr1__
- #define __PChangeTypeAttr1__
-
- class PChangeTypeAttr1
- {
-
- public:
-
- PChangeTypeAttr1(const char * sFontName, short dPointSize,
- short dLeading, short cTypeStyle,
- short cPosition, short cCase);
-
- private:
-
- PChangeTypeAttr1();
- };
-
- #endif
-
- // end of PChangeTypeAttr1.html
-